#theLightbox {
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

    background-image:none;
    background-color: #FFFFFF;

    -webkit-background-clip: border-box;
    -moz-background-clip: border-box;
    background-clip: border-box;
}

#theLightboxContainer .underlay {
    display:none;
}

#theLightbox .hd,
#theLightbox .bd,
#theLightbox .ft {
    border-width: 0;
    font-family: 'Open Sans',Arial,Verdana,Sans-Serif;
}

#theLightbox .hd {
    color: #DC733A;
    background-color:#F6F6F6;
    background-image:none;
    border-bottom: 1px solid #DDDDDD;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    /* White shadow above bottom border */
    -webkit-box-shadow: inset 0 -1px 0 #ffffff;
    -moz-box-shadow: inset 0 -1px 0 #ffffff;
    box-shadow: inset 0 -1px 0 #ffffff;
    padding: 6px 14px;
    margin: 0;
    font-weight: 300;
}

#theLightbox .bd {
    background-color:transparent;
    background-image:none;
}

#theLightbox .container-close {
    top: 20px;
    background: url("/slices/style/icons/closex.png") no-repeat scroll 0 0 transparent;
    height: 10px;
}

#theLightbox .modal-body, #theLightbox .inf-section-body {
    margin-left: 1px;
    margin-right: 1px;
}

#theLightbox .modal-footer, #theLightbox .inf-section-footer {
    margin-left: 1px;
    margin-right: 1px;
}
